public class ROMol_Ptr_Vect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
ROMol_Ptr_Vect() |
|
ROMol_Ptr_Vect(long n) |
protected |
ROMol_Ptr_Vect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(ROMol x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(ROMol_Ptr_Vect o) |
protected void |
finalize() |
ROMol |
get(int i) |
protected static long |
getCPtr(ROMol_Ptr_Vect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
ROMol val) |
long |
size() |
protected ROMol_Ptr_Vect(long cPtr, boolean cMemoryOwn)
public ROMol_Ptr_Vect()
public ROMol_Ptr_Vect(long n)
protected static long getCPtr(ROMol_Ptr_Vect obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(ROMol x)
public ROMol get(int i)
public void set(int i, ROMol val)
public boolean equals(ROMol_Ptr_Vect o)